ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ItemCollection<T> Class
Properties Methods

In This Topic
    ItemCollection<T> Class Members
    In This Topic

    The following tables list the members exposed by ItemCollection<T>.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the count of items in collection.  
    Public PropertyIndicates if the collection is readonly.  
    Public PropertyGets the collection item by specified index.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds new item to the collection.  
    Public MethodAdds range of items to the collection.  
    Public MethodRemoves all items from the collection.  
    Public MethodChecks if the given items exists in collection.  
    Public MethodCopies the collection to the specified array.  
    Public MethodGets the index of the specified item in collection.  
    Public MethodInserts new item to the collection at the specified position.  
    Public MethodRemoves the item from collection.  
    Public MethodRemoves the item at the specified position.  
    Public MethodConverts collection to the array.  
    Top
    See Also